<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei",sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1200px;
	background: #fff;
	color: #333;
	overflow-x: hidden;
}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,input,optgroup,select,textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga","kern";
}
button,input {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html [type=button],/* 1 */
[type=reset],[type=submit] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox],[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu {
	display: block;
}
pre,code,kbd,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio,video,canvas {
	display: inline-block;
}
template,[hidden] {
	display: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before,.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0060b7;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	vertical-align: middle;
}
.dropdown {
	position: relative;
}
.dropdown-box {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	width: 100%;
	display: none;
	overflow: hidden;
}
.dropdown-box li {
	border-top: 1px solid #fff;
	text-align: center;
}
.dropdown-box li a {
	display: block;
	line-height: 40px;
	color: #333;
}
.dropdown.open .dropdown-box {
	display: block;
}

.top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #333;
	color: #fff;
}
.top a {
	color: #fff;
}
.top-left {
	float: left;
}
.top-right {
	float: right;
	width: 180px;
	text-align: right;
}

.header {
	padding: 30px 0;
	overflow: hidden;
}

.header .logo {
	float: left;
}
.header .logo h1{margin: 0;}
.header .logo img {
	display: block;
	height: 65px;
	width: auto;
}
.header .text {
	float: left;
	font-size: 12px;
	margin: 11px 0 0 30px;
	color: #999;
	border-left: 1px solid #ddd;
	line-height: 1;
	padding-left: 22px;
	text-transform: uppercase;
}
.header .text p {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
}
.header .text p span {
	color: #0060b7;
}
.header .tel {
	float: right;
	background: url(../images/tel1.png) no-repeat 0 center;
	padding-left: 50px;
	margin-left: 40px;
}
.header .tel p {
	font-weight: 700;
	font-size: 21px;
	font-family: "微软雅黑";
	line-height: 1;
	margin-top: 5px;
}

.nav {
	background: url(../images/head_bg.jpg) repeat-x center bottom;
}
.nav ul {
	padding-left: 1px;
}
.nav li {
	float: left;
	position: relative;
	margin-left: -1px;
}
.nav li:before {
	position: absolute;
	width: 1px;
	height: 10px;
	background: #585858;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.nav li a {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 0 70px;
	color: #fff;
	line-height: 64px;
	position: relative;
}
.nav li a:hover,.nav li.active a,.nav li.open a {
	background: url(../images/nav_bg.jpg) no-repeat center / cover;
}
.nav .dropdown-box {
	padding-left: 0;
}
.nav .dropdown-box li {
	background: none;
	float: none;
	padding: 0;
	margin: 0;
}
.nav .dropdown-box li:after {
	display: none;
}
.nav .dropdown-box li a {
	color: #fff;
	padding: 6px 12px;
	line-height: 2;
	font-size: 14px;
	font-weight: normal;
}
.nav .dropdown-box li a:hover {
	color: #333;
	background: #fff;
}

.slideBox {
	height: 500px;
	position: relative;
	overflow: hidden;
}
.slideBox .hd {
	position: absolute;
	bottom: 20px;
	font-size: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.slideBox .hd li {
	display: inline-block;
	width: 60px;
	height: 5px;
	margin: 0 5px;
	background-color: #fff;
	cursor: pointer;
}
.slideBox .hd li.on {
	background-color: #0060b7;
}
.slideBox .bd,.slideBox .bd ul,.slideBox .bd li {
	width: 100% !important;
	height: 100% !important;
}
.slideBox .bd li {
	background: no-repeat center;
}
.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.sou {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.sou .hot {
	float: left;
	padding: 8px 0;
}
.sou .hot a {
	margin-right: 10px;
}
.sou .hform {
	float: right;
}
.sou .hform input {
	float: left;
	font-size: 14px;
	border: 0;
	padding: 8px 10px;
	line-height: 20px;
	background: url(../images/s_inp.gif) no-repeat 0 0;
	width: 210px;
}
.sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 36px;
	background: url(../images/s_so.gif) no-repeat 0 0;
}
.sou-inner {
	background-color: #F2F2F2;
}
.sou-inner .sou {
	border-bottom: 0;
}
.sou-inner .hot {
	padding: 6px 0;
}
.sou-inner .hot span {
	font-weight: bold;
}
.sou-inner .hform {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.sou-inner .hform input {
	width: 240px;
	background: none;
	padding: 6px 15px;
}
.sou-inner .hform button {
	background: url(../images/viskins-p1.png) no-repeat -258px -936px;
	width: 30px;
	height: 30px;
}

.section {
	padding: 75px 0;
}

.gongneng li {
	float: left;
	width: 16.666666666%;
}
.gongneng li a {
	display: block;
	width: 117px;
	margin: 0 auto;
}
.gongneng li .icon {
	background: url(../images/yz_li1.png) no-repeat center;
	line-height: 117px;
}
.gongneng li:nth-of-type(even) .icon {
	background-image: url(../images/yz_li2.png);
}
.gongneng li h4 {
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0 0;
	text-align: center;
}
.gongneng li h4 span {
	display: block;
	font-weight: bold;
}

.section-title {
	margin-bottom: 50px;
	text-align: center;
	font-size: 0;
}
.section-title small {
	display: block;
	color: #a7a7a7;
	text-transform: uppercase;
	font-size: 14px;
}
.section-title span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 48px;
	padding: 0 20px;
}
.section-title span:before,.section-title span:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 133px;
	height: 9px;
	margin-top: -5px;
	background: no-repeat center;
}
.section-title span:before {
	right: 100%;
	background-image: url(../images/tit1.png);
}
.section-title span:after {
	left: 100%;
	background-image: url(../images/tit2.png);
}
.section-title p {
	font-size: 20px;
	color: #666;
}

.cp-class {
	background-color: #fff;
	padding: 20px 80px;
}
.cp-class .item {
	float: left;
	width: 460px;
	padding: 15px 0;
}
.cp-class .item:nth-of-type(even){
	float: right;
}
.cp-class .item h4 {
	margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	font-weight: normal;
	line-height: 38px;
}
.cp-class .item h4 a {
	float: right;
}
.cp-class .item h4 span {
	background: no-repeat 0 center;
	display: block;
	padding-left: 54px;
	font-size: 18px;
}
.cp-class .item ul {
	overflow: hidden;
	margin-left: -35px;
}
.cp-class .item li {
	float: left;
	width: 100px;
	margin-left: 35px;
}
.cp-class .item li a {
	display: block;
	line-height: 24px;
	background: url(../images/dian1.png) no-repeat 0 center;
	padding-left: 15px;
}
.cp-class .item li a:hover {
	background-image: url(../images/dian2.png);
}
.cp-list {
	margin: 20px 0 0 -20px;
}
.cp-list li {
	float: left;
	width: 25%;
	margin-top: 20px;
}
.cp-list li .img-center {
	height: 215px;
	line-height: 215px;
	overflow: hidden;
}
.cp-list li .img-center img {
	width: 285px;
    height: 215px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;	
}
.cp-list li a {
	display: block;
	background-color: #fff;
	margin: 0 0 0 20px;
}
.cp-list li p {
	text-align: center;
	padding: 15px 0;
}
.cp-list li a:hover {
	background-color: #1568b4;
	color: #fff;
}
.cp-list li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.bg1 {
	background: url(../images/honor_bg.jpg) no-repeat center 0;
	color: #fff;
}

.poster-main {
	position: relative;
	margin: 0 auto;
}
.poster-main .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
}
.poster-main .poster-list .img-center img {
	max-width: 100%;
	max-height: 100%;
}
.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	width: 100px !important;
}
.poster-main .poster-prev-btn {
	left: -100px;
	background: url(../images/btn_l.png) no-repeat center center;
}
.poster-main .poster-next-btn {
	right: -100px;
	background: url(../images/btn_r.png) no-repeat center center;
}
.yw-tel {
	text-align: center;
	margin-top: 85px;
	margin-bottom: -47px;
}
.yw-tel .item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	background: url(../images/tel2.png) no-repeat 0 center;
	padding-left: 50px;
	text-align: left;
}
.yw-tel .item strong {
	display: block;
	font-family: "微软雅黑";
	font-size: 28px;
}
.yw-tel .btn {
	display: block;
	width: 144px;
	line-height: 45px;
	border-radius: 25px;
	background-color: #333;
	color: #fff;
	margin: 10px auto 0;
}


.server {
	position: relative;
}
.server .hd {
	background: url(../images/ser_bg.jpg) no-repeat center 65px;
}
.server .hd li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.server .hd li h4 {
	line-height: 1;
	font-size: 16px;
}
.server .hd li .img-center {
	width: 72px;
	line-height: 72px;
	height: 72px;
	position: relative;
	margin: 17px auto;
}
.server .hd li .img-center span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ededed;
	border-radius: 50%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	-webkit-transform: translateX(0) rotate(0deg);
	transform: translateX(0) rotate(0deg);
}
.server .hd li .img-center small {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0060b7;
	border-radius: 50%;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.1s ease 0.2s;
	transition: all 0.1s ease 0.2s;
}
.server .hd li.on h4 {
	color: #0060b7;
}
.server .hd li.on .img-center span {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}
.server .hd li.on .img-center small {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.server .hd li.on:after {
	position: absolute;
	width: 13px;
	height: 8px;
	content: "";
	background: url(../images/san4.png) no-repeat 0 0;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
}
.server .hd li.b {
	margin-bottom: 0;
}
.server .hd li.b.on:after {
	background-image: url(../images/san5.png);
	top: 0;
	bottom: auto;
}

.bg2 {
	background: url(../images/dz_bg.jpg) no-repeat center / cover;
	color: #fff;
}
.bg2 .section-title p {
	color: #fff;
}

.gtdz {
	margin-left: -8px;
}
.gtdz li {
	float: left;
	width: 25%;
}
.gtdz li a {
	display: block;
	background-color: #fff;
	padding: 13px 13px 0;
	color: #333;
	margin: 0 0 0 8px;
	overflow: hidden;
	height: 527px;
}
.gtdz li .img-center {
	overflow: hidden;
}
.gtdz li .text {
	margin-top: 36px;
}
.gtdz li .text h4 {
	margin: 0;
	line-height: 1;
	font-size: 24px;
	color: #0060b7;
}
.gtdz li .text h4:after {
	display: block;
	content: '';
	width: 118px;
	height: 1px;
	background-color: #e4e4e4;
	margin-top: 10px;
}
.gtdz li .text p {
	margin: 15px 0 0;
	color: #666;
	text-align: justify;
}
.gtdz li:first-child a,.gtdz li:first-child .img-center {
	border-top-left-radius: 35px;
}
.gtdz li:last-child a,.gtdz li:last-child .img-center {
	border-top-right-radius: 35px;
}
.gtdz li a:hover {
	background: url(../images/dz_1.jpg) no-repeat center / cover;
	color: #fff;
	padding: 0;
	height: 540px;
}
.gtdz li a:hover .img-center {
	display: none;
}
.gtdz li a:hover .text {
	height: 440px;
	background-color: rgba(136,186,68,0.95);
	margin: 0;
	padding: 100px 20px 0;
}
.gtdz li a:hover .text h4 {
	text-align: center;
	color: #fff;
	background: url(../images/dz_ic1.png) no-repeat top center;
	padding-top: 106px;
}
.gtdz li a:hover .text h4:after {
	margin: 15px auto 0;
	background-color: rgba(255,255,255,0.5);
}
.gtdz li a:hover .text p {
	color: #fff;
	display: block;
}

.news .item {
	float: left;
	width: 576px;
}
.news .tit {
	padding: 0 35px;
	line-height: 58px;
	background-color: #f4f4f4;
	font-weight: bold;
	font-size: 20px;
}
.news .tit small {
	font-weight: normal;
	padding-left: 10px;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}
.news .tit .more {
	float: right;
	background: url(../images/jia1.png) no-repeat center;
	width: 27px;
	height: 58px;
}
.news dl {
	overflow: hidden;
}
.news dt {
	float: left;
	width: 220px;
}
.news dt img {
	width: 220px;
	height: 165px;
}
.news dd {
	margin-left: 240px;
	padding: 30px 0 0;
}
.news dd h4 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news dd p {
	margin: 10px 0 0;
	line-height: 1.8;
	height: 75px;
	overflow: hidden;
}
.news li {
	border-bottom: 1px solid #ddd;
}
.news li a {
	display: block;
	line-height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news li span {
	float: right;
	color: #666;
}

.about {
	
}
.about dt {
	float: left;
	width: 600px;
}
.about dt img {
	width: 600px;
	height: 400px;
}
.about dd {
	margin-left: 650px;
	padding-top: 50px;
}
.about dd h4 {
	font-weight: normal;
	font-size: 30px;
}
.about dd h4:after {
	display: block;
	width: 250px;
	height: 1px;
	background: #d3d3d3;
	content: "";
	margin-top: 15px;
}
.about dd p {
	margin: 15px 0 0;
	line-height: 1.8;
	color: #666;
}
.about dd .more {
	display: inline-block;
	margin-top: 30px;
}

.link {
	padding: 10px 0 30px;
}
.link h4 {
	border-bottom: 1px solid #ddd;
	line-height: 55px;
	font-size: 18px;
	color: #0060b7;
}
.link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.link ul {
	margin-left: -20px;
}
.link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.footer {
	
}
.footer-top {
	padding: 30px 0;
	color: #fff;
	background: url(../images/foot_bg.jpg) repeat-x center 0;
}
.footer-top a {
	color: #fff;
}
.footer-nav {
	float: left;
	width: 180px;
}
.footer-nav a {
	display: block;
	font-weight: bold;
	line-height: 30px;
}
.footer-ewm {
	float: left;
	width: 420px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	margin-top: 45px;
	text-align: center;
}
.footer-ewm p {
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.footer-ewm span,.footer-ewm img {
	display: inline-block;
	vertical-align: middle;
}
.footer-ewm span {
	line-height: 1.2;
	font-size: 14px;
	width: 20px;
	padding: 0 10px 0 0;
}
.footer-ewm img {
	height: 95px;
	width: auto;
}
.footer-info {
	float: left;
	width: 400px;
	margin: 25px 0 0 50px;		
}
.footer-info h4 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}
.footer-info p {
	margin: 8px 0 0;
	padding: 5px 0 5px 40px;
	background: no-repeat 0 center;
}
.footer-info p.i1 {
	background-image: url(../images/foot1.png);
}
.footer-info p.i2 {
	background-image: url(../images/foot2.png);
}
.footer-info p.i3 {
	background-image: url(../images/foot3.png);
}
.footer-logo {
	float: right;
	width: 104px;
	padding-top: 30px;
}
.footer-bottom {
	padding: 15px 0;
    text-align: center;
    line-height: 25px;
}

.banc {
	height: 350px;
	background: no-repeat center;
}

.curmbs {
	padding: 15px 0;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 20px;
}
.curmbs span {
	padding-left: 10px;
	border-left: 10px solid #333;
}
.curmbs em {
	font-style: normal;
	padding: 0 5px;
	color: #999;
}

.menu-inner {
	text-align: center;
	margin-bottom: 20px;
}
.menu-inner a {
	float: left;
	width: 16.666666666%;
}
.menu-inner span {
	display: block;
	margin-left: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 55px;
}
.menu-inner a:hover span,.menu-inner a.active span {
	background: url(../images/p16-icon6.png) no-repeat center bottom #0060b7;
	color: #fff;
}

.main {
	margin-bottom: 30px;
}
.about-main {
	background-color: rgba(244, 244, 244, 0.57);
}
.about-con{
	padding: 30px 50px;
	overflow: hidden;
}
.about-con h4 {
	font-size: 24px;
	border-bottom: 1px dashed #c7c7c7;
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.about-con p {
	line-height: 2;
	color: #666;
	text-indent: 2em;
	text-align: justify;
}

.ct2-sd {
	float: left;
	width: 240px;
}
.ct2-mn {
	float: right;
	width: 930px;
}
.panel-sd-hd {
	background-color: #0060b7;
	color: #fff;
	padding-bottom: 5px;
}
.panel-sd-hd h4 {
	text-align: center;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	padding: 20px 0;
}
.panel-sd-bd {
	border: 1px solid #ececeb;
	padding: 5px 10px;
	border-top: 0;
}
.column h3 {
	margin: 0 0 2px;
	font-weight: normal;
	background: url(../images/p14-icon5.png) no-repeat right center #ddd;
	padding: 0 40px;
}
.column h3 a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
.column h3.on,.column h3:hover {
	background: url(../images/p14-icon5.png) no-repeat right center #ddd;
}
.column h3.on a,.column h3:hover a {
	
}

.column li {
	line-height: 50px;
	border-bottom: 1px solid #fff;
}
.column li a {
	display: block;
	padding: 0 40px;
	background-color: #ECECEC;
}
.column .sub&gt;a {
	position: relative;
}
.column .sub&gt;a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.column .sub.open&gt;a:after {
	border-color: #0060b7;
}
.column .sub-box {
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	display: none;
}
.column .sub.open .sub-box {
	display: block;
}
.column .sub-box p {
	border-bottom: 1px solid #ECECEC;
}
.column .sub-box a {
	background-color: transparent;
	padding-left: 60px;
}

.contact-z1 {
	height: 140px;
	background: url(../images/contact-z1.jpg) no-repeat;
	margin-bottom: 20px;
}
.contact-z1 p {
	font-size: 20px;
	line-height: 30px;
	background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
	padding: 37px 0 0 95px;
}
.contact-z1 span {
	line-height: 30px;
	font-size: 18px;
	padding-left: 73px;
}

.contact-z2 {
	background-color: #0060b7;
	text-align: center;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.contact-z2 p {
	
}
.contact-z2 p img {
	vertical-align: middle;
	margin-right: 5px;
}
.contact-z2 span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1;
}
.pro-text {
	padding-bottom: 15px;
}

.title-1 {
	border-bottom: 1px solid #ececeb;
	height: 44px;
	margin-bottom: 15px;
	font-size: 24px;
}
.title-1 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.title-2 {
	margin-bottom: 20px;
	margin-top: 40px;
	border-bottom: 1px solid #eee;
	font-size: 0;
}
.title-2 span {
	display: inline-block;
	background-color: #0060b7;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 40px;
	padding: 0 15px;
	margin-bottom: -1px;
}

.cptd {
	border: 1px solid #ddd;
}

.cptd dt {
	float: right;
	width: 400px;
}

.cptd dd {
	margin: 0 400px 0 0;
	padding: 30px;
}

.cptd dd p {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}

.cptd dd p:last-child {
	margin-bottom: 0;
}

.cptd dd p span {
	color: #0060b7;
	margin-right: 10px;
}

.gsys {
	margin-left: -20px;
}

.gsys li {
	float: left;
	width: 33.333333%;
}

.gsys li .wrap {
	margin-left: 20px;
	background-color: #f7f7f7;
	padding: 35px 20px 25px;
}

.gsys li img {
	display: block;
	margin: 0 auto;
}

.gsys li h4 {
	margin: 25px 0 20px;
	text-align: center;
	font-size: 16px;
}

.gsys li h4:after {
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background: #0060b7;
	text-align: center;
	margin: 20px auto 0;
}

.gsys li p {
	line-height: 2;
	text-align: justify;
}

.gsys li .wrap:hover {
	border-top: 2px solid #0060b7;
}

.list-2 {
	margin: 0 0 0 -20px;
}

.list-2 li {
	float: left;
	width: 33.333333%;
}

.list-2 li a {
	display: block;
	margin: 0 0 20px 20px;
	border: 1px solid #ddd;
}

.list-2 li .m {
	height: 220px;
	line-height: 220px;
}

.list-2 li .m img {
	width: 294px;
	height: 220px;
}

.list-2 li .text {
	padding: 5px 20px;
}

.list-2 li h4 {
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
}

.list-2 li a:hover {
	border-color: #0060b7;
}

.list-5 li {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 15px;
	overflow: hidden;
}
.list-5 li a {
	display: block;
}
.list-5 li h4 {
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
.list-5 li h4 span {
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.list-5 li p {
	color: #797979;
}
.list-5 li .more {
	float: right;
	padding: 6px 12px;
	color: #fff;
	background-color: #B6B6B6;
}
.list-5 li:hover {
	border-color: #0060b7;
}
.list-5 li:hover h4 {
	color: #0060b7;
}
.list-5 li:hover .more {
	background-color: #0060b7;
}

.pages {
  padding: 30px 0px;
  text-align: center;
}
.pages li {
  display: inline-block;
  margin:0 5px;
}
.pages li a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}
.pages li a:hover {
  padding: 5px 10px;
  border: 1px solid #0060b7;
  background: #0060b7;
  color: #fff;
}

.list-6 dl {
	width: 24.2%;
	float: left;
	background: #f0f0f0;
	margin: 0 1% 13px 0
}

.list-6 dl:nth-child(4n) {
	margin-right: 0;
}

.list-6 dt {
	border: 1px solid #e5e5e5;
	padding: 10px 9px;
	background: #fff;
}

.list-6 dt img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.list-6 dd {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f0f0f0;
}

.list-6 dd a {
	color: #4b4a4a;
}

.infocontent {
	margin-bottom: 30px;
}
.infocontent-title {
	margin-bottom: 20px;
	text-align: center;
}
.infocontent-title h1 {
	font-size: 24px;
}
.infocontent-title p {
	margin: 10px 0 0;
	font-size: 12px;
	color: #999;
}
.infocontent-title p span {
	padding: 0 5px;
}
.detail-img {
	text-align: center;
	margin-bottom: 10px;
}
.detail-img img {
	max-width: 100%;
	display: inline-block;
	height: auto;
}
.infocontent-body {
	line-height: 2;
	margin-bottom: 20px;
}
.infocontent-body img {
	max-width: 100% !important;
	height: auto !important;
}
.infocontent-epx {
	margin-bottom: 20px;
}
.infocontent-epx li {
	line-height: 32px;
	margin-bottom: 5px;
}
.infocontent-return {
	border-top: 1px solid #333;
	line-height: 32px;
}
.infocontent-return a {
	margin-right: 0px;
}
.infocontent-return .more {
	float: right;
	background-color: #333;
	color: #fff;
	padding: 0 10px;
}
.infocontent-rem {
	margin: 20px 0;
}
.infocontent-rem h4 {
	font-size: 24px;
	line-height: 55px;
}
.infocontent-rem li {
	border-bottom: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
}
.infocontent-rem li span {
	float: right;
}

.showcase {
	padding: 20px;
	margin-bottom: 40px;
	border: 1px solid #ddd;
}
.showcase-info {
	float: right;
	width: 460px;
}
.showcase-info h1 {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.showcase-info p {
	color: #666;
	height: auto;
	line-height: 25px;
}
.showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/pc-xc-icon2.png) no-repeat 10px 15px;
	height: 42px;
	padding-left: 70px;
	line-height: 21px;
	font-size: 18px;
}
.showcase-info .tel a {
	float: right;
	line-height: 42px;
	padding: 0 15px;
	background-color: #0060b7;
	color: #fff;
}
.pc-slide {
	width: 400px;
	float: left;
}
.time {
	float: right;
	font-weight: initial;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin-top: 5px;
}

.map {
	margin: 30px 0;
}
.sitemap {
	margin-bottom: 10px;
}
.sitemap dl a{
	line-height:30px;
}


.carousel {
	position:relative;
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden;
}
.carousel-inner&gt;.item {
	position:relative;
	display:none;
	-webkit-transition:.6s ease-in-out left;
	-o-transition:.6s ease-in-out left;
	transition:.6s ease-in-out left;
	text-align: center;
}
.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img {
	line-height:1;
	display: inline-block;
	max-width: 100%;
}
@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner&gt;.item {
	-webkit-transition:-webkit-transform .6s ease-in-out;
	-o-transition:-o-transform .6s ease-in-out;
	transition:transform .6s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000;
	perspective:1000
}
.carousel-inner&gt;.item.next,.carousel-inner&gt;.item.active.right {
	left:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
.carousel-inner&gt;.item.prev,.carousel-inner&gt;.item.active.left {
	left:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right,.carousel-inner&gt;.item.active {
	left:0;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev {
	display:block
}
.carousel-inner&gt;.active {
	left:0
}
.carousel-inner&gt;.next,.carousel-inner&gt;.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner&gt;.next {
	left:100%
}
.carousel-inner&gt;.prev {
	left:-100%
}
.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right {
	left:0
}
.carousel-inner&gt;.active.left {
	left:-100%
}
.carousel-inner&gt;.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:45%;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	filter:alpha(opacity=50);
	opacity:.5
}
.carousel-control.left {
	
}
.carousel-control.right {
	right:0;
	left:auto;	
}
.carousel-control:hover,.carousel-control:focus {
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block
}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
	left:50%;
	margin-left:-10px
}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-prev,.carousel-control .icon-next {
	width:20px;
	height:20px;
	margin-top:-10px;
	font-family:serif
}
.carousel-indicators {
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	padding-left:0;
	margin-left:-30%;
	text-align:center;
	list-style:none
}
.carousel-indicators li {
	display:inline-block;
	width:9px;
	height:9px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#000 \9;
	background-color:rgba(0,0,0,0);
	border:1px solid #fff;
	border-radius:10px;
}
.carousel-indicators .active {
	width:11px;
	height:11px;
	margin:0;
	background-color: #fff;
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
		width:30px;
		height:30px;
		margin-top:-15px;
		font-size:30px
	}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left:-15px
	}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right:-15px
	}
	.carousel-caption {
		right:20%;
		left:20%;
		padding-bottom:30px
	}
	.carousel-indicators {
		bottom:20px
	}
}
</pre></body></html>